-
Re: Freeze Row
The date is now 3/11/2024, is there an update, thanks!1 · -
Re: Formula for a parent row to populate status based on children status
HI @alexis.ray89371 try this: =IF( COUNTIF(CHILDREN(), "Not Started") = COUNT(CHILDREN()), "Not Started", IF( COUNTIF(CHILDREN(), "Completed") = COUNT(CHILDREN()), "…2 · -
Re: Sending attachments via e-mail
Hi! Any updates to this? Looks like we need another option to send an attachment with a message only. Update me please! Thanks!1 · -
Re: Nested Formula Help
Hi @Jeff_Berman try this: =IF(AND(ISNUMBER(Results@row),ISBLANK([Results Symbol]@row),Results@row > [Conventional Spec]@row), 1, 0) HTH!1 · -
Re: If / Or Formula with Many Potential Outcomes
Hello @aecross try this: =IF( AND([OVERALL TIER]@row = "Tier I", [PARTNER]@row = "TB", [CDs]@row = "SK"), 100, IF( AND([OVERALL TIER]@row = "Tier II", [PARTNER…1 ·